Language Select Function

This function lets a visitor to your Web site select a language in which to view the site. Here is what the function looks like when published on a Web page.

Shown here is the format of the ecmLanguageSelect function.

<CFMODULE template="#request.ecm.AppPath#ecmLanguageSelect.cfm">

This function is basically the same as the Show Site Language function in ASP. See Show Site Language Function for details.

The only difference between the Coldfusion function and the ASP one is the syntax for implementing it.

Previous TopicNext Topic|